home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 January / Macworld (1998-01).dmg / Serious Demos / Visual MacStandardBasic Demo / Visual MSB Reference / Visual MSB Reference.rsrc / PICT_5.png < prev    next >
Portable Network Graphic  |  1997-10-23  |  77KB  |  816x1056  |  16-bit (499 colors)
Labels: book | bulletin board | chat room | hakham | monitor | poster | reckoner | road | sky | web site
OCR: The single line IF. .Then statement will execute the commandif the loaicalExpression *..6 true Then A+100 If logicalExpression Then Else Endif The IF Then ELSE, and ENDIF commands allows conditional branching the logicalExpr ression IS true the command statements directly following will execute until the Else command(if there C one) then execution will branch to the Endif If the logicalExpression false then execution will branch to the command statements following the command or to the ENDIE command if there not an ELSE Examples: 13 10 This part will not execute because A>10 Else Endif if NOT( 1= 15 This part will execute because does not equal15 Endif Do While logicalExpression This commana used inconjunction with the Loop Statement to repeat block of statements while the loaical expressi ...